home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / ImageMaster_d3.adf / piarc.lzh.parta / example.table < prev    next >
Text File  |  1992-09-18  |  2KB  |  82 lines

  1. * EXAMPLE.table  - The kind of table that the PI module GRAPHr.rexx can draw
  2. *                   on the IM image.
  3. *
  4. * Layout : Any line beginning with an asterisk is ignored, as are blank
  5. *          lines.
  6. *          The first data line should just contain the number of curves
  7. *          (Y values)
  8. *          in the table; in this case 5.  You can have up to 8 curves.
  9. *          Each other line has the X position and each data value for
  10. *          that position.
  11. *
  12. * There are this many Y's
  13.  5
  14. * X  Y1  Y2  Y3  Y4  Y5
  15. *--- --- --- --- --- ---
  16.   0   0   0   0   0  128
  17.   1   1   1   1   4  132
  18.   2   1   2   4   8  136
  19.   3   2   3   9  12  140
  20.   4   2   4  16  16  144
  21.   5   4   5  25  20  148
  22.   6   5   6  36  24  152
  23.   7   7   7  49  28  156
  24.   8   8   8  64  32  160
  25.   9  11   9  81  36  164
  26.  10  13  10 100  40  168
  27.  11  16  11 121  44  172
  28.  12  18  12 144  48  176
  29.  13  22  13 169  52  180
  30.  14  25  14 196  56  184
  31.  15  29  15 225  60  188
  32.  16  32  16 255  64  192
  33.  17  37  17 255  68  196
  34.  18  41  18 255  72  200
  35.  19  46  19 255  76  204
  36.  20  50  20 255  80  208
  37.  21  56  21 255  84  212
  38.  22  61  22 255  88  216
  39.  23  67  23 255  92  220
  40.  24  72  24 255  96  224
  41.  25  79  25 255 100  228
  42.  26  85  26 255 104  232
  43.  27  92  27 255 108  236
  44.  28  98  28 255 112  240
  45.  29 106  29 255 116  244
  46.  30 113  30 255 120  248
  47.  31 121  31 255 124  252
  48.  32 128  32 255 128    0
  49.  33 135  33 255 132    4
  50.  34 143  34 255 136    8
  51.  35 150  35 255 140   12
  52.  36 157  36 255 144   16
  53.  37 164  37 255 148   20
  54.  38 171  38 255 152   24
  55.  39 177  39 255 156   28
  56.  40 183  40 255 160   32
  57.  41 189  41 255 164   36
  58.  42 195  42 255 168   40
  59.  43 200  43 255 172   44
  60.  44 205  44 255 176   48
  61.  45 210  45 255 180   52
  62.  46 215  46 255 184   56
  63.  47 219  47 255 188   60
  64.  48 223  48 255 192   64
  65.  49 227  49 255 196   68
  66.  50 230  50 255 200   72
  67.  51 234  51 255 204   76
  68.  52 237  52 255 208   80
  69.  53 240  53 255 212   84
  70.  54 242  54 255 216   88
  71.  55 245  55 255 220   92
  72.  56 247  56 255 224   96
  73.  57 249  57 255 228  100
  74.  58 250  58 255 232  104
  75.  59 252  59 255 236  108
  76.  60 253  60 255 240  112
  77.  61 253  61 255 244  116
  78.  62 254  62 255 248  120
  79.  63 254  63 255 252  124
  80.  64 255  64 255 255  128
  81.  
  82.